home *** CD-ROM | disk | FTP | other *** search
- /* copyright 1993 - Symantec Corporation */
- /* wrapper for the two different shellapi.h */
-
- #ifdef __NT__
- #pragma pack(__DEFALIGN)
- #include <win32\shellapi.h>
- #pragma pack()
- #else
- #include <win16\shellapi.h>
- #endif
-